github.com/jackc/pgx/v5.emptyBatchResults.conn (field)

3 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L456: 	conn   *Conn
		batch.go#L475: 	rows := br.conn.getRows(context.Background(), "", nil)
		conn.go#L944: 		return &emptyBatchResults{conn: c}